Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


getObjField

This function retrieves the field that serves as the object (_obj) field from a cached record in the ttEntityMnemonic temp-table.

The function uses the following rules:

  1. If no record exists in the ttEntityMnemonic table or the value of ttEntityMnemonicCache.Table_has_object_field is "NO", it returns "" (blank).
  2. If ttEntityMnemonicCache.Entity_object_field is not "" (blank), it returns that value.
  3. Location: af\app\afgenmngrp.i

    Parameters:

INPUT pcEntityMnemonic AS CHARACTER

The entity mnemonic to look up on the temp-table.

Returns: CHARACTER

Notes: None

Examples: See the checkIfOverlaps procedure in af\app\afgenmngrp.i.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095